AddXRef
Description
This method adds object of the TsgDXFXref
class.
Parameter | Description |
---|---|
ACADFile | The object of the descendant of the TsgCADImage class. |
AName | The name for the new object of the TsgDXFXref class. |
APos | The insert point for new object of the TsgDXFXref class. |
AScale | X , Y , Z scale factors for new object of the TsgDXFXref class. |
Rotation | The rotation angle for new object of the TsgDXFXref class. |
Syntax
procedure AddXRef(ACADFile: TObject; AName: string; APos, AScale: TFPoint; Rotation: Single);